Interface: InfinitySignals
Hierarchy
↳
InfinitySignals
Properties
onAnswer
• onAnswer: Signal
<Result
>
Inherited from
onApplicationMessage
• onApplicationMessage: Signal
<ApplicationMessage
>
onAuthenticatedWithConference
• onAuthenticatedWithConference: Signal
<{ conferenceAlias
: string
; conferenceName?
: string
}>
onBreakoutBegin
• onBreakoutBegin: Signal
<BreakoutRoom
>
onBreakoutEnd
• onBreakoutEnd: Signal
<BreakoutRoom
>
onBreakoutRefer
• onBreakoutRefer: Signal
<Pick
<BreakoutRoom
, "breakout_uuid"
>>
onCallDisconnected
• onCallDisconnected: Signal
<CallDisconnectedEvent
>
Inherited from
ClientSignals.onCallDisconnected
onConferenceStatus
• onConferenceStatus: Signal
<RoomConferenceEvent
>
onConnected
• onConnected: Signal
<undefined
>
Inherited from
onDisconnected
• onDisconnected: ErrorSignal
Inherited from
onError
• onError: ErrorSignal
onExtension
• onExtension: Signal
<string
>
onFailedRequest
• onFailedRequest: Signal
<keyof Client
>
Inherited from
onFecc
• onFecc: Signal
<FeccEvent
>
onIceCandidate
• onIceCandidate: Signal
<RTCIceCandidate
>
Inherited from
onIdp
• onIdp: Signal
<Idp
[]>
onLayoutOverlayTextEnabled
• onLayoutOverlayTextEnabled: Signal
<boolean
>
onLayoutUpdate
• onLayoutUpdate: Signal
<LayoutEvent
>
onLiveCaptions
• onLiveCaptions: Signal
<{ data
: string
; isFinal
: boolean
}>
onMe
• onMe: Signal
<RoomParticipantEvent
>
Inherited from
onMessage
• onMessage: Signal
<Message
>
onMyselfMuted
• onMyselfMuted: Signal
<boolean
>
onNewOffer
• onNewOffer: Signal
<string
>
onParticipantJoined
• onParticipantJoined: Signal
<RoomParticipantEvent
>
Inherited from
ParticipantSignals.onParticipantJoined
onParticipantLeft
• onParticipantLeft: Signal
<RoomParticipantEvent
>
Inherited from
ParticipantSignals.onParticipantLeft
onParticipants
• onParticipants: Signal
<RoomParticipantsEvent
>
Inherited from
ParticipantSignals.onParticipants
onPeerDisconnect
• onPeerDisconnect: Signal
<undefined
>
onPinRequired
• onPinRequired: Signal
<{ hasGuestPin
: boolean
; hasHostPin
: boolean
}>
onPresentationAnswer
• onPresentationAnswer: Signal
<{ callUuid
: string
; present
: string
; sdp
: string
}>
Inherited from
ClientSignals.onPresentationAnswer
onRaiseHand
• onRaiseHand: Signal
<RoomParticipantEvent
>
Inherited from
ParticipantSignals.onRaiseHand
onRedirect
• onRedirect: Signal
<{ redirectIdp
: RedirectIdp
; redirectUrl
: string
}>
onRequestedLayout
• onRequestedLayout: Signal
<{ primaryScreen
: { guestLayout
: undefined
| string
; hostLayout
: undefined
| string
} }>
onRetryQueueFlushed
• onRetryQueueFlushed: Signal
<undefined
>
Inherited from
ClientSignals.onRetryQueueFlushed
onServiceType
• onServiceType: Signal
<CurrentServiceType
>
onSplashScreen
• onSplashScreen: Signal
<SplashScreen
>
onStage
• onStage: Signal
<Stage
[]>
onTransfer
• onTransfer: Signal
<TransferDetails
>
onUpdateSdp
• onUpdateSdp: Signal
<string
>